home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / tsed.zip / MAKEDISK.BAT next >
DOS Batch File  |  1993-06-16  |  317b  |  17 lines

  1. @echo off
  2. cls
  3. echo  
  4. echo Please make sure a blank, formatted diskette is
  5. echo inserted into drive A: before continuing with
  6. echo the Toshiba Special Enhancements Disk installation.
  7. echo  
  8. echo Enter Ctrl+C to Abort -or-
  9. pause
  10. cls
  11. sed -d a:
  12. cls
  13. type a:readme.1st|more
  14. pause
  15. cls
  16. type a:readme.txt|more
  17.